File: /var/www/vhosts/creativefellows.nl/hiilsafetydivi.creativefellows.nl/wp-config.php
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'Fellows_wp_lsyvj' );
/** Database username */
define( 'DB_USER', 'Fello_wp_neatr' );
/** Database password */
define( 'DB_PASSWORD', '7X%1Au0IrkV$!Qb#' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The database collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', 'AjZ33D1:JoDvu(F*m%R&:(JB_a[]dB(8nmb3:)23#Mv0lX31y2ABW[EctXC)4|%5');
define('SECURE_AUTH_KEY', '3@0Xg;sF)!9E/4ALNL158GWL)sLmERk0IrS|8%+8nlSi618JPaw/#326]Wy]-9II');
define('LOGGED_IN_KEY', 'L]/%Xq7jz;68c1X7#TER3/cy-/*6Tf:&P63/luO(]!(4YM%YF5NOv*-101k~S!0L');
define('NONCE_KEY', 'Z(6Jzl(r43t!Ag*ueRtd-0/8DW|++s#K4alT-+XnyH9zC-O*3687K]_GzvY!B7V5');
define('AUTH_SALT', '%f_6z#;(_i1a4W|0#T]9x%n-IaE|(Fd0-FycV9W~F27vJ[S%hM//0!pIMrbMHFK]');
define('SECURE_AUTH_SALT', 'VW)mhlg~bInI0_fWUg604Oy9Ce4tPNu74iP6#(8~5dw6~L7F%@[]fL5C2C%230pE');
define('LOGGED_IN_SALT', 'bi-j~~n0&Vc74!n3Zx-Mc@_K4C-F&z-1Hh;L]X6-3bVdrhxHtJWZt4dAGGQSnqj3');
define('NONCE_SALT', 'X4C5a((8z15s@1THD4u&D6~!-_1%9yA2if!V1x2D;#l&/6mHN8/!1W1Kdg0D&uQy');
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = '1B3Fqnx_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';